home *** CD-ROM | disk | FTP | other *** search
-
-
- PAS2HTML 1.0
-
- Pascal Source to HTML Converter
-
-
-
-
- Copyrighs(c)1996,97 by COAS, All rights reserved.
-
-
-
-
-
-
- PAS2HTML was written by P.L. Polak (pp@coas.com)
-
-
-
-
- PAS2HTML is a conversion program which translates Delphi Pascal source files
- into HTML format with Borland Delphi compatible syntax highlighting.
-
- This makes it very easy to publish source code on the Web in a clear way. If
- you have every tried to create a HTML page containing highlighted source
- you know how much work this can be.
-
- But PAS2HTML has an extra feature: It is also available as a CGI application,
- so you don't need to convert all your PAS file before you publish them on the
- WEB (or on your company's intranet). You can use the 32-bit version of the
- program on any compatible WWW server (like Microsoft's IIS).
-
- To create a CGI link to a pascal file you can use the folowing HTML tag:
-
- <A HREF=/cgi-bin/pas2html.exe?yourfile.pas>Enter Any Text Here</A>
-
- This is still the first version of the program, and if you find any bugs, or
- have any comments or suggestions to it, please let me know!
-
- You can contact me using e-mail at pp@coas.com.
-
-
-